Product Code Database
Example Keywords: winter -ps3 $29-135
   » » Wiki: Convex Hull
Tag Wiki 'Convex Hull'.
Tag

In , the convex hull, convex envelope or convex closure of a shape is the smallest that contains it. The convex hull may be defined either as the intersection of all convex sets containing a given subset of a , or equivalently as the set of all convex combinations of points in the subset. For a subset of the plane, the convex hull may be visualized as the shape enclosed by a rubber band stretched around the subset.

Convex hulls of are open, and convex hulls of are compact. Every compact convex set is the convex hull of its . The convex hull operator is an example of a , and every can be represented by applying this closure operator to finite sets of points. The problems of finding the convex hull of a finite set of points in the plane or other low-dimensional Euclidean spaces, and its dual problem of intersecting half-spaces, are fundamental problems of computational geometry. They can be solved in time O(n\log n) for two or three dimensional point sets, and in time matching the worst-case output complexity given by the upper bound theorem in higher dimensions.

As well as for finite point sets, convex hulls have also been studied for , , , and epigraphs of functions. Convex hulls have wide applications in mathematics, statistics, combinatorial optimization, economics, geometric modeling, and ethology. Related structures include the orthogonal convex hull, , Delaunay triangulation and , and .


Definitions
A set of points in a is defined to be if it contains the line segments connecting each pair of its points. The convex hull of a given set X may be defined as
  1. The (unique) minimal convex set containing X
  2. The intersection of all convex sets containing X
  3. The set of all convex combinations of points in X
  4. The union of all with vertices in X
For in the Euclidean plane, not all on one line, the boundary of the convex hull is the simple closed curve with minimum containing X. One may imagine stretching a so that it surrounds the entire set S and then releasing it, allowing it to contract; when it becomes taut, it encloses the convex hull of S. This formulation does not immediately generalize to higher dimensions: for a finite set of points in three-dimensional space, a neighborhood of a of the points encloses them with arbitrarily small surface area, smaller than the surface area of the convex hull.. See also Douglas Zare, answer to "the perimeter of a non-convex set", , May 16, 2014. However, in higher dimensions, variants of the of finding a minimum-energy surface above a given shape can have the convex hull as their solution.

For objects in three dimensions, the first definition states that the convex hull is the smallest possible convex of the objects. The definition using intersections of convex sets may be extended to non-Euclidean geometry, and the definition using convex combinations may be extended from Euclidean spaces to arbitrary real vector spaces or ; convex hulls may also be generalized in a more abstract way, to .


Equivalence of definitions
It is not obvious that the first definition makes sense: why should there exist a unique minimal convex set containing X, for every X? However, the second definition, the intersection of all convex sets containing X, is well-defined. It is a subset of every other convex set Y that contains X, because Y is included among the sets being intersected. Thus, it is exactly the unique minimal convex set containing X. Therefore, the first two definitions are equivalent.

Each convex set containing X must (by the assumption that it is convex) contain all convex combinations of points in X, so the set of all convex combinations is contained in the intersection of all convex sets containing X. Conversely, the set of all convex combinations is itself a convex set containing X, so it also contains the intersection of all convex sets containing X, and therefore the second and third definitions are equivalent., p. 12; , p. 17.

In fact, according to Carathéodory's theorem, if X is a subset of a d-dimensional Euclidean space, every convex combination of finitely many points from X is also a convex combination of at most d+1 points in X. The set of convex combinations of a (d+1)-tuple of points is a ; in the plane it is a and in three-dimensional space it is a tetrahedron. Therefore, every convex combination of points of X belongs to a simplex whose vertices belong to X, and the third and fourth definitions are equivalent.


Upper and lower hulls
In two dimensions, the convex hull is sometimes partitioned into two parts, the upper hull and the lower hull, stretching between the leftmost and rightmost points of the hull. More generally, for convex hulls in any dimension, one can partition the boundary of the hull into upward-facing points (points for which an upward ray is disjoint from the hull), downward-facing points, and extreme points. For three-dimensional hulls, the upward-facing and downward-facing parts of the boundary form topological disks., p. 6. The idea of partitioning the hull into two chains comes from an efficient variant of by .


Topological properties

Closed and open hulls
The closed convex hull of a set is the closure of the convex hull, and the open convex hull is the interior (or in some sources the relative interior) of the convex hull.

The closed convex hull of X is the intersection of all closed half-spaces containing X. If the convex hull of X is already a itself (as happens, for instance, if X is a or more generally a ), then it equals the closed convex hull. However, an intersection of closed half-spaces is itself closed, so when a convex hull is not closed it cannot be represented in this way.

If the open convex hull of a set X is d-dimensional, then every point of the hull belongs to an open convex hull of at most 2d points of X. The sets of vertices of a square, regular octahedron, or higher-dimensional provide examples where exactly 2d points are needed.; ;


Preservation of topological properties
Topologically, the convex hull of an is always itself open, and (in Euclidean spaces) the convex hull of a compact set is always itself compact. However, there exist closed sets for which the convex hull is not closed., p. 16; , p. 21; . For instance, the closed set

\left \{ (x,y) \mathop{\bigg|} y\ge \frac{1}{1+x^2}\right\}

(the set of points that lie on or above the witch of Agnesi) has the open as its convex hull.This example is given by , Remark 2.6.

Convex hulls can be defined more generally in infinite-dimensional topological vector spaces, but they may not preserve compactness in these spaces. Instead, the compactness of convex hulls of compact sets, in finite-dimensional Euclidean spaces, is generalized by the Krein–Smulian theorem, according to which the closed convex hull of a weakly compact subset of a (a subset that is compact under the ) is weakly compact.


Extreme points
An of a convex set is a point in the set that does not lie on any open line segment between any other two points of the same set. For a convex hull, every extreme point must be part of the given set, because otherwise it cannot be formed as a convex combination of given points. According to the Krein–Milman theorem, every compact convex set in a Euclidean space (or more generally in a locally convex topological vector space) is the convex hull of its extreme points.; , p. 43. However, this may not be true for convex sets that are not compact; for instance, the whole Euclidean plane and the open unit ball are both convex, but neither one has any extreme points. extends this theory from finite convex combinations of extreme points to infinite combinations (integrals) in more general spaces.


Geometric and algebraic properties

Closure operator
The convex-hull operator has the characteristic properties of a :
  • It is extensive, meaning that the convex hull of every set X is a superset of X.
  • It is non-decreasing, meaning that, for every two sets X and Y with X\subseteq Y, the convex hull of X is a subset of the convex hull of Y.
  • It is , meaning that for every X, the convex hull of the convex hull of X is the same as the convex hull of X.
When applied to a finite set of points, this is the closure operator of an , the shelling antimatroid of the point set. Every antimatroid can be represented in this way by convex hulls of points in a Euclidean space of high-enough dimension.


Minkowski sum
The operations of constructing the convex hull and taking the commute with each other, in the sense that the Minkowski sum of convex hulls of sets gives the same result as the convex hull of the Minkowski sum of the same sets. This provides a step towards the Shapley–Folkman theorem bounding the distance of a Minkowski sum from its convex hull., Theorem 3, pages 562–563; , Theorem 1.1.2 (pages 2–3) and Chapter 3.


Projective duality
The operation to constructing the convex hull of a set of points is constructing the intersection of a family of closed halfspaces that all contain the origin (or any other designated point).


Special cases

Finite point sets
The convex hull of a finite point set S \subset \R^d forms a when d=2, or more generally a in \R^d. Each extreme point of the hull is called a vertex, and (by the Krein–Milman theorem) every convex polytope is the convex hull of its vertices. It is the unique convex polytope whose vertices belong to S and that encloses all of S. For sets of points in , the convex hull is a simplicial polytope.

According to the upper bound theorem, the number of faces of the convex hull of n points in d-dimensional Euclidean space is O(n^{\lfloor d/2\rfloor}). In particular, in two and three dimensions the number of faces is at most linear in n.


Simple polygons
The convex hull of a encloses the given polygon and is partitioned by it into regions, one of which is the polygon itself. The other regions, bounded by a of the polygon and a single convex hull edge, are called pockets. Computing the same decomposition recursively for each pocket forms a hierarchical description of a given polygon called its convex differences tree. Reflecting a pocket across its convex hull edge expands the given simple polygon into a polygon with the same perimeter and larger area, and the Erdős–Nagy theorem states that this expansion process eventually terminates.


Brownian motion
The curve generated by in the plane, at any fixed time, has probability 1 of having a convex hull whose boundary forms a continuously differentiable curve. However, for any angle \theta in the range \pi/2<\theta<\pi, there will be times during the Brownian motion where the moving particle touches the boundary of the convex hull at a point of angle \theta. The Hausdorff dimension of this set of exceptional times is (with high probability) 1-\pi/2\theta.


Space curves
For the convex hull of a or finite set of space curves in general position in three-dimensional space, the parts of the boundary away from the curves are developable and . Examples include the , the convex hull of two circles in perpendicular planes, each passing through the other's center, the , the convex hull of two semicircles in perpendicular planes with a common center, and D-forms, the convex shapes obtained from Alexandrov's uniqueness theorem for a surface formed by gluing together two planar convex sets of equal perimeter.


Functions
The convex hull or lower convex envelope of a function f on a real vector space is the function whose epigraph is the lower convex hull of the epigraph of f. It is the unique maximal majorized by f. The definition can be extended to the convex hull of a set of functions (obtained from the convex hull of the union of their epigraphs, or equivalently from their pointwise minimum) and, in this form, is dual to the operation.


Computation
In computational geometry, a number of algorithms are known for computing the convex hull for a finite set of points and for other geometric objects. Computing the convex hull means constructing an unambiguous, efficient of the required convex shape. Output representations that have been considered for convex hulls of point sets include a list of linear inequalities describing the facets of the hull, an of facets and their adjacencies, or the full of the hull. In two dimensions, it may suffice more simply to list the points that are vertices, in their cyclic order around the hull.

For convex hulls in two or three dimensions, the complexity of the corresponding algorithms is usually estimated in terms of n, the number of input points, and h, the number of points on the convex hull, which may be significantly smaller than n. For higher-dimensional hulls, the number of faces of other dimensions may also come into the analysis. can compute the convex hull of n points in the plane in time O(n\log n). For points in two and three dimensions, more complicated output-sensitive algorithms are known that compute the convex hull in time O(n\log h). These include Chan's algorithm and the Kirkpatrick–Seidel algorithm. For dimensions d>3, the time for computing the convex hull is O(n^{\lfloor d/2\rfloor}), matching the worst-case output complexity of the problem.; , p. 256. The convex hull of a simple polygon in the plane can be constructed in .; ; .

Dynamic convex hull data structures can be used to keep track of the convex hull of a set of points undergoing insertions and deletions of points, and kinetic convex hull structures can keep track of the convex hull for points moving continuously. The construction of convex hulls also serves as a tool, a building block for a number of other computational-geometric algorithms such as the rotating calipers method for computing the and diameter of a point set.


Related structures
Several other shapes can be defined from a set of points in a similar way to the convex hull, as the minimal superset with some property, the intersection of all shapes containing the points from a given family of shapes, or the union of all combinations of points for a certain type of combination. For instance:
  • The is the smallest affine subspace of a Euclidean space containing a given set, or the union of all affine combinations of points in the set.
  • The is the smallest linear subspace of a vector space containing a given set, or the union of all linear combinations of points in the set.
  • The or positive hull of a subset of a vector space is the set of all positive combinations of points in the subset.
  • The of a three-dimensional object, with respect to a set of viewpoints, consists of the points p such that every ray from a viewpoint through p intersects the object. Equivalently it is the intersection of the (non-convex) cones generated by the outline of the object with respect to each viewpoint. It is used in 3D reconstruction as the largest shape that could have the same outlines from the given viewpoints.
  • The circular hull or alpha-hull of a subset of the plane is the intersection of all disks with a given radius 1/\alpha that contain the subset.
  • The relative convex hull of a subset of a two-dimensional is the intersection of all relatively convex supersets, where a set within the same polygon is relatively convex if it contains the between any two of its points.
  • The orthogonal convex hull or rectilinear convex hull is the intersection of all orthogonally convex and connected supersets, where a set is orthogonally convex if it contains all axis-parallel segments between pairs of its points.
  • The orthogonal convex hull is a special case of a much more general construction, the , which can be thought of as the smallest injective metric space containing the points of a given .
  • The holomorphically convex hull is a generalization of similar concepts to complex analytic manifolds, obtained as an intersection of sublevel sets of holomorphic functions containing a given set.

The Delaunay triangulation of a point set and its dual, the , are mathematically related to convex hulls: the Delaunay triangulation of a point set in \R^n can be viewed as the projection of a convex hull in \R^{n+1}. The of a finite point set give a nested family of (non-convex) geometric objects describing the shape of a point set at different levels of detail. Each of alpha shape is the union of some of the features of the Delaunay triangulation, selected by comparing their to the parameter alpha. The point set itself forms one endpoint of this family of shapes, and its convex hull forms the other endpoint. The of a point set are a nested family of convex polygons, the outermost of which is the convex hull, with the inner layers constructed recursively from the points that are not vertices of the convex hull.

The of a polygon is the largest convex polygon contained inside it. It can be found in , but the exponent of the algorithm is high.


Applications
Convex hulls have wide applications in many fields. Within mathematics, convex hulls are used to study , matrix , and , and several theorems in discrete geometry involve convex hulls. They are used in robust statistics as the outermost contour of , are part of the visualization of two-dimensional data, and define risk sets of randomized decision rules. Convex hulls of of solutions to combinatorial problems are central to combinatorial optimization and polyhedral combinatorics. In economics, convex hulls can be used to apply methods of convexity in economics to non-convex markets. In geometric modeling, the convex hull property Bézier curves helps find their crossings, and convex hulls are part of the measurement of boat hulls. And in the study of animal behavior, convex hulls are used in a standard definition of the .


Mathematics
of univariate and of multivariate polynomials are convex hulls of points derived from the exponents of the terms in the polynomial, and can be used to analyze the asymptotic behavior of the polynomial and the valuations of its roots.; Convex hulls and polynomials also come together in the Gauss–Lucas theorem, according to which the roots of the derivative of a polynomial all lie within the convex hull of the roots of the polynomial.

In , the of a is the convex hull of its . The Russo–Dye theorem describes the convex hulls of in a C*-algebra. In discrete geometry, both Radon's theorem and Tverberg's theorem concern the existence of partitions of point sets into subsets with intersecting convex hulls.

The definitions of a convex set as containing line segments between its points, and of a convex hull as the intersection of all convex supersets, apply to as well as to Euclidean spaces. However, in hyperbolic space, it is also possible to consider the convex hulls of sets of , points that do not belong to the hyperbolic space itself but lie on the boundary of a model of that space. The boundaries of convex hulls of ideal points of three-dimensional hyperbolic space are analogous to in Euclidean space, and their metric properties play an important role in the geometrization conjecture in low-dimensional topology. Hyperbolic convex hulls have also been used as part of the calculation of triangulations of hyperbolic manifolds, and applied to determine the equivalence of knots.

See also the section on Brownian motion for the application of convex hulls to this subject, and the section on space curves for their application to the theory of developable surfaces.


Statistics
In robust statistics, the convex hull provides one of the key components of a , a method for visualizing the spread of two-dimensional sample points. The contours of form a nested family of convex sets, with the convex hull outermost, and the bagplot also displays another polygon from this nested family, the contour of 50% depth.

In statistical , the risk set of a randomized decision rule is the convex hull of the risk points of its underlying deterministic decision rules.


Combinatorial optimization
In combinatorial optimization and polyhedral combinatorics, central objects of study are the convex hulls of of solutions to a combinatorial problem. If the facets of these polytopes can be found, describing the polytopes as intersections of halfspaces, then algorithms based on linear programming can be used to find optimal solutions.; see especially remarks following Theorem 2.9. In multi-objective optimization, a different type of convex hull is also used, the convex hull of the weight vectors of solutions. One can maximize any quasiconvex combination of weights by finding and checking each convex hull vertex, often more efficiently than checking all possible solutions.


Economics
In the Arrow–Debreu model of general economic equilibrium, agents are assumed to have convex and convex preferences. These assumptions of convexity in economics can be used to prove the existence of an equilibrium. When actual economic data is non-convex, it can be made convex by taking convex hulls. The Shapley–Folkman theorem can be used to show that, for large markets, this approximation is accurate, and leads to a "quasi-equilibrium" for the original non-convex market.. See in particular Section 16.9, Non Convexity and Approximate Equilibrium, pp. 209–210.


Geometric modeling
In geometric modeling, one of the key properties of a Bézier curve is that it lies within the convex hull of its control points. This so-called "convex hull property" can be used, for instance, in quickly detecting intersections of these curves.

In the geometry of boat and ship design, is a measurement of the size of a sailing vessel, defined using the convex hull of a cross-section of the hull of the vessel. It differs from the , the perimeter of the cross-section itself, except for boats and ships that have a convex hull.


Ethology
The convex hull is commonly known as the minimum convex polygon in , the study of animal behavior, where it is a classic, though perhaps simplistic, approach in estimating an animal's based on points where the animal has been observed., p. 137–140; can make the minimum convex polygon excessively large, which has motivated relaxed approaches that contain only a subset of the observations, for instance by choosing one of the convex layers that is close to a target percentage of the samples, or in the local convex hull method by combining convex hulls of neighborhoods of points.


Quantum physics
In , the of any quantum system — the set of all ways the system can be prepared — is a convex hull whose extreme points are positive-semidefinite operators known as pure states and whose interior points are called mixed states. The Schrödinger–HJW theorem proves that any mixed state can in fact be written as a convex combination of pure states in multiple ways.


Thermodynamics
A convex hull in was identified by Josiah Willard Gibbs (1873), although the paper was published before the convex hull was so named. In a set of energies of several of a material, only those measurements on the lower convex hull will be stable. When removing a point from the hull and then calculating its distance to the hull, its distance to the new hull represents the degree of stability of the phase.;


History
The lower convex hull of points in the plane appears, in the form of a Newton polygon, in a letter from to in 1676.; see , page 336, and . The term "convex hull" itself appears as early as the work of , and the corresponding term in appears earlier, for instance in 's review of . Other terms, such as "convex envelope", were also used in this time frame.See, e.g., , page 520. By 1938, according to , the term "convex hull" had become standard; Dines adds that he finds the term unfortunate, because the colloquial meaning of the word "hull" would suggest that it refers to the surface of a shape, whereas the convex hull includes the interior and not just the surface.


Notes


External links
  • "Convex Hull" by Eric W. Weisstein, Wolfram Demonstrations Project, 2007.

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
3s Time